home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Picked Software
/
Hand Picked Software.iso
/
printer
/
both350
/
stall.bat
< prev
Wrap
DOS Batch File
|
1995-03-13
|
276b
|
16 lines
echo off
cls
@echo Now making the directory BOTH
MD C:\BOTH
pause
cls
echo off
@Xcopy *.* C:\BOTH /E
@ATTRIB C:\BOTH\*.* -R
CLS
@echo The program is now installed.
@echo To run the program switch to the directory it was installed
@echo and type GO
pause
cls